home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4766 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: news.nstn.ca!news
  2. From: keichele@ac.dal.ca (Klaus Eichele)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC450RTL.DLL problem
  5. Date: Thu, 01 Feb 1996 04:52:58 GMT
  6. Organization: Dalhousie University
  7. Message-ID: <4ep2uq$emg@news.nstn.ca>
  8. References: <4ep0jl$3po@epx.cis.umn.edu>
  9. NNTP-Posting-Host: rewasylishen.chem.dal.ca
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Jesse Yang <jyang@i-tech.com> wrote:
  13.  
  14. >I have recently created a DLL in Borland 4.52 environment, I tried
  15. >to use it in Delphi environment. When I tried on my machine which
  16. >has both Borland and Delphi installed, I could call functions 
  17. >exported from the DLL without problem, but when I tried on other
  18. >machine that has only Delphi installed, the test program started
  19. >to ask for 'BC450RTL.DLL', I looked into my project file from
  20. >which the DLL was created and tried to disable some flags so that
  21. >'BC450RTL.DLL' won't be needed by my DLL, however I couldn't 
  22. >figure out how can I do that.
  23.  
  24. >The funny thing is when I created a DLL using the same source code
  25. >in Visual C++ 1.52 environment, Delphi program can call that DLL 
  26. >without any problem, it didn't ask for anything (the machine only
  27. >has Delphi on it).
  28.  
  29. >Can anyone tell we what is happenning here and who can I disable
  30. >'BC450RTL.DLL'. 
  31.  
  32. >Please send mail to 'jyang@i-tech.com'
  33.  
  34. Hi,
  35. in the Borland IDE, with the project in view and the node of the
  36. executable highlighted (in your case the one with [.DLL]), call up
  37. TargetExpert. On the left side, where several standard library options
  38. are listed, you probably have the checkbox 'Dynamic' checked. Switch
  39. this to 'Static' and rebuild your project. Now the DLL should be
  40. independent of BC450RTL.DLL.
  41.  
  42. You should also get another mailer (are you using Netscape?), because
  43. you are flooding this newsgroup with the same posting over and over.
  44.  
  45. Good Luck,
  46. Klaus
  47. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  48. Klaus Eichele         keichele@ac.dal.ca  
  49. http://ac.dal.ca/~keichele/keichele.html
  50.  
  51.